vcLayerManager
A container that provides access to vcLayer objects currently present and possibility to create new ones.
See in: Overview
Module: vcCore
Parent: -
Children -
Referenced by: vcApplication.LayerManager
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Layers | vcList | R | Gets a list of all known layers. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| createLayer | vcLayer | String name | Creates a new layer with the given name.See moreParameters: name (String): Name for the new layer. Exceptions: Runtime: Thrown if the given name is invalid or if a layer with the given name already exists. Returns: vcLayer: The layer. |